home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / PACKET / GREG205 / GREG.INI < prev    next >
Encoding:
INI File  |  1997-05-28  |  3.6 KB  |  101 lines

  1. [GREG]
  2. Version=2.05
  3. ;
  4. ; All lines starting with ';' are comments and ignored by the program
  5. ; Blank lines are also ignored
  6. ;
  7.  
  8. [Path]
  9.  
  10. ; GREG needs to know where you have WinPack installed so this is the path
  11. ; to your WINPACK directory with no \ at the end .
  12.  
  13. WINP_DIR=C:\WINPACK
  14.  
  15. [Default]
  16. ;
  17. ; This is the CTEXT that will be sent to stations that do not have a 
  18. ; personalised greeting entered in the 'GREET' section below
  19.  
  20. CTEXT=Welcome to WinPack v6.2 at the station of GI7UIP . /H for help .
  21.  
  22. ; Use of the BANNER parameter has changed in v2.05 . If BANNER is set to 1 
  23. ; then every station that registers will on subsequent connects be sent the 
  24. ; banner file . If set to 0 then the default is not to send the banner on 
  25. ; subsequent connects . You can override this in the GREET section .
  26.  
  27. BANNER=1
  28.  
  29. ; This determines how many characters long a line will be before it wraps
  30. ; It only makes a difference if you are using long greetings . The maximum
  31. ; length for a greeting is 247 characters (255 less the 8 CR/LF combinations) .
  32. ; Minimum wrap is at 40 characters and maximum is 85 characters . The default
  33. ; of 74 is fairly OK for most setups
  34.  
  35. LINE_LENGTH=74
  36.  
  37. ; This tells GREG the file to use from SHROUTE for finding the H-ADDRESS
  38. ; of a BBS . Default is C:\WINPACK\BBS\UKBBS.LST . See the TXT file for more 
  39. ; info on this feature . See the SHROUTE docs for info on the .LST files . 
  40. ; GREG has problems with the format of the FRABBS.LST file supplied with 
  41. ; SHROUTE so edit this file to be more like the rest of the SHROUTE .LST files
  42. ; and not like an ascii database file
  43. ;
  44.  
  45. BBS_LIST=C:\WINPACK\BBS\UKBBS.LST
  46.  
  47. ; If REPORTS is set to 1 then GREG will send you a message every time someone 
  48. ; registers . If set to 0 then no messages will be sent .
  49.  
  50. REPORTS=1
  51.  
  52. ; Set this value to 0 (zero) to stop GREG from moving about as mail arrives 
  53. ; and is sent . The default is 1 .
  54.  
  55. AUTO_POSITION=1
  56.  
  57. [Greet]
  58.  
  59. ;
  60. ; The format of the greetings is CALLSIGN=<BANNER 1 or 0>,<GREETING> . 
  61. ; Greetings can be up to 253 characters in length but must be on a single line
  62. ; If the banner value is 1 then this station will be sent the banner file if 
  63. ; set to 0 then the banner file willl not be sent . Seperate the banner flag 
  64. ; from the greeting with a comma
  65. ;
  66. ; This is an example of a default greeting generated by GREG with the BANNER 
  67. ; file to be sent
  68.  
  69. EI8HO=1,Hi Gerry , nice to see you again
  70. ;     ▌▌▌
  71. ;     ▌▌▌__The greeting that will be sent starts here
  72. ;     ▌▌
  73. ;     ▌▌___Don,t forget the comma between the greeting and the BANNER flag
  74. ;     ▌
  75. ;     ▌____ Set to 1 to send the file GREG.BAN on connect . Set to 0 (zero) to
  76. ;            disable the sending of the file .
  77. ;
  78. ;
  79. ; And here are some customised greetings.....
  80.  
  81. gi7uip=1,Hello Ken, welcome to my WinPack system .
  82.  
  83. PK232=0,Your TNC callsign is set to PK232 . Disconnect and correct this problem by typing MYCALL <callsign> at the Cmd prompt of the TNC . 73 .
  84.  
  85. NOCALL=0,Your TNC callsign is set to NOCALL . Disconnect and correct this problem by typing MYCALL <callsign> at the Cmd prompt of the TNC . 73 .
  86.  
  87. BAYCOM=0,Your TNC callsign is set to BAYCOM . Disconnect and correct this problem by editing your SCC.INI file . 73 .
  88.  
  89. [NO_CTEXT]
  90.  
  91. ; Any station included in this section will not be asked to register their
  92. ; details and will not be sent a greeting (personal, default or banner).
  93. ; In this example SESK1 is my local node that I use for connects on an
  94. ; AUTOBBS session to my BBS, GB7TED .
  95. ;
  96. ; The format is CALLSIGN=NO . The NO must be included leave the NO out and
  97. ; it will be treated as if the entry was not there
  98.  
  99. SESK1=NO
  100. GB7TED=NO
  101.